Package com.cisco.pt.ipc.system.impl
Class IPPoolImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.system.impl.PoolImpl
com.cisco.pt.ipc.system.impl.IPPoolImpl
Information provided by the PKI file:
\class IpPool
\brief IpPool is the class that manages the IP pool in the Variable Manager for activity files.
\example appWindow().getActiveFile().getVariableManager().getIpPoolAt(0)
- Author:
- Auto-generated
-
Field Summary
Fields inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
accessMessage, ipcFactory, packetTracerSession -
Constructor Summary
ConstructorsConstructorDescriptionIPPoolImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage) -
Method Summary
Modifier and TypeMethodDescriptionInformation provided by the PKI file:Information provided by the PKI file:Information provided by the PKI file:Information provided by the PKI file:Information provided by the PKI file:Information provided by the PKI file:Information provided by the PKI file:Information provided by the PKI file:Methods inherited from class com.cisco.pt.ipc.system.impl.PoolImpl
getElementToString, isInPool, nameMethods inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession, sendMessage, sendMessageWithReturn, translateToCommandStatusStringPairMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSessionMethods inherited from interface com.cisco.pt.ipc.system.Pool
getElementToString, isInPool, name
-
Constructor Details
-
IPPoolImpl
public IPPoolImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage)
-
-
Method Details
-
getNetworkIp
Information provided by the PKI file:
\brief Returns the drawn network address. \return ip, the drawn network address.- Specified by:
getNetworkIpin interfaceIPPool- Returns:
- IPAddress Returns a IPAddress
-
getMaskIp
Information provided by the PKI file:
\brief Returns the drawn network mask. \return ip, the drawn network mask. -
getFirstIp
Information provided by the PKI file:
\brief Returns the drawn first IP address. \return ip, the drawn first IP address.- Specified by:
getFirstIpin interfaceIPPool- Returns:
- IPAddress Returns a IPAddress
-
getLastIp
Information provided by the PKI file:
\brief Returns the drawn last IP address. \return ip, the drawn last IP address. -
getAuthoredNetworkIp
Information provided by the PKI file:
\brief Returns the authored network address. \return QString, the authored network address.- Specified by:
getAuthoredNetworkIpin interfaceIPPool- Returns:
- String Returns a String
-
getAuthoredMaskIp
Information provided by the PKI file:
\brief Returns the authored network address. \return QString, the authored network address.- Specified by:
getAuthoredMaskIpin interfaceIPPool- Returns:
- String Returns a String
-
getAuthoredFirstIp
Information provided by the PKI file:
\brief Returns the authored first IP address. \return QString, the authored first IP address.- Specified by:
getAuthoredFirstIpin interfaceIPPool- Returns:
- String Returns a String
-
getAuthoredLastIp
Information provided by the PKI file:
\brief Returns the authored last IP address. \return QString, the authored last IP address.- Specified by:
getAuthoredLastIpin interfaceIPPool- Returns:
- String Returns a String
-